Gets the ordinal position of the collection item that is being changed.

Namespace:  C1.LiveLinq
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public int Ordinal { get; private set; }
Visual Basic
Public Property Ordinal As Integer
	Get
	Private Set

Remarks

This property can return -1 (ordinal unknown) if the collection cannot provide this information (if SupportsItemOrdinals returns false).

See Also